If you use FakeTable and any column is datetime2, time or datetimeoffset with a fractional seconds precision, the precision is ignored. For example the table might define a column as datetime2(3), the table created using FakeTable will have the datatype as datetime2(7).