createCommand method

String createCommand()
override
the text of the sql command that will create the object in the database

Implementation

String createCommand() {
  return "ALTER TABLE `${_table.name}` ADD COLUMN ${columnDefinition()}";
}