Returns a string representation of this table configuration.
@override String toString() { final tableName = name ?? '[dynamic]'; return 'DatabaseTable(name: $tableName, schema: $schema, RLS: $enableRLS)'; }