Table attribute with FluentMigrator C#

49 Views Asked by At

I am trying to create a table that contains a VARBINARY(MAX) column with the FILESTREAM attribute. I don't know how to achieve that. Can you please help.

Documentation Pages You've Read So Far Microsoft documentation: https://learn.microsoft.com/en-us/sql/relational-databases/blob/create-a-table-for-storing-filestream-data?view=sql-server-ver16

0

There are 0 best solutions below