Table constructor
Table({})
Implementation
Table({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.$permissions,
required this.databaseId,
required this.name,
required this.enabled,
required this.rowSecurity,
required this.columns,
required this.indexes,
});