Class: Flydata::TableDdl
- Inherits:
-
Object
- Object
- Flydata::TableDdl
- Defined in:
- lib/flydata/table_ddl.rb
Constant Summary collapse
- VERSION0 =
0
- VERSION1 =
the version where no .generated_ddl file was generated. Therefore, this version never shows up in anywhere.
1
- VERSION2 =
the version which doesn’t handle server side encoding support.
2
- VERSION3 =
the version with server side encoding support, migrated from the previous versions. Format/functionality-wise, it’s the same as Version 3.
3
- VERSION4 =
the version with server side encoding support, generated by sync:generated_table_ddl command.
4
- VERSION =
the version with server side encoding support, generated by the auto-generated CREATE TABLE event.
VERSION3