Re: howto transform sql create table to alembic

2018-04-03 Thread marek cervenka
if i understand correctly, this is python script which i must execute thanks for advice -- You received this message because you are subscribed to the Google Groups "sqlalchemy-alembic" group. To unsubscribe from this group and stop receiving emails from it, send an email to

howto transform sql create table to alembic

2018-03-28 Thread marek cervenka
hi, i read alembic documentation but its still hard for me transform this example table to alembic CREATE TABLE `user_properties` ( `users_id` int(11) NOT NULL COMMENT 'ID from users table', `property_name` varchar(255) NOT NULL COMMENT 'property key', `property_value` mediumtext NOT