Skip to content

Extend table and schema commands

Compare
Choose a tag to compare
@SergeyPodgornyy SergeyPodgornyy released this 28 Jun 12:23
· 10 commits to master since this release

Add schema command:

  • DropTableIfExists

Add helper functions to the table to add columns:

  • BinaryID()
  • Int()
  • BigInt()
  • Float()
  • FixedFloat()
  • Decimal()
  • Varchar()
  • Char()
  • Text()
  • Blob()
  • JSON()
  • Timestamp()
  • Date()
  • Time()
  • Year()
  • Binary
  • Varbinary()