Пример #1
0
        public void Timestamp(int length)
        {
            var type = length <= 0 ? "timestamp" : $"timestamp({length})";

            CreateTable(type, TestTableCreator.GetTimeStampSqlValue(_dbContext));
        }