You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ts-autoincrement-before.xml 403B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <database>
  3. <name>*dbname*</name>
  4. <create>true</create>
  5. <overwrite>false</overwrite>
  6. <charset>utf8</charset>
  7. <table>
  8. <name>*dbprefix*table</name>
  9. <declaration>
  10. <field>
  11. <name>textfield</name>
  12. <type>text</type>
  13. <default>foo</default>
  14. <notnull>true</notnull>
  15. <length>32</length>
  16. </field>
  17. </declaration>
  18. </table>
  19. </database>