table('estados_conecciones') ->addColumn('coneccion_id', 'integer') ->addColumn('fecha', 'date') ->addColumn('tipo_id', 'integer') ->create(); } }