hmlamad
Results
2
issues of
hmlamad
The latest version on npm is still 1.0.8 and the fix for RN 0.48 is not yet applied.
hi all ```python MySQLQuery.create_table(country_table)\ .columns( Column('hashkey', "VARCHAR(50)" , nullable=False, default=ValueWrapper("")) ) ``` currently I am having such an object in order to achieve ```mysql CREATE TABLE `countries` ( `hashkey` VARCHAR(50)...