TableProperty constructor
TableProperty({})
Implementation
TableProperty({
required this.name,
required this.type,
required this.isNullable,
required this.isPrimaryKey,
required this.isAutoIncrement,
});
TableProperty({
required this.name,
required this.type,
required this.isNullable,
required this.isPrimaryKey,
required this.isAutoIncrement,
});