Announce Bytebase 1.0 and our Team Plan view the plan
Require InnoDB as the storage engine.
Enforce the table name format. Default snake_lower_case.
Enforce the column name format. Default snake_lower_case.
Disallow 'SELECT *'.
Require 'WHERE' clause.
Disallow leading '%' in LIKE, e.g. LIKE foo = '%x' is not allowed.
Require the table to have a primary key.
Enforce the required columns in each table.
Columns cannot have NULL value.