README 268 B

1234567
  1. SQL creation *must* follow the naming pattern
  2. <tablename>-create.sql
  3. where <tablename> corresponds to the name of the database table. Please use
  4. underscores ("_") instead of dashes ("-") in database table names to ensure
  5. compatibility with all types of databases.