TimestampColumn constructor

TimestampColumn(
  1. String name, {
  2. String? ref,
})

Implementation

TimestampColumn(super.name, {super.ref})
    : super(
        ddl: 'TIMESTAMP',
        type: Type.timestamp,
      );