0

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

Sherif
  • 1,249
  • 4
  • 15
  • 38
  • [FluentMigrator](https://github.com/fluentmigrator/fluentmigrator) currently lacks support for the `FILESTEAM` attribute. But it is open source. Have you considered forking it, extending the `SqlServer2008Column` class and its touch points, and submitting a PR to the benefit of everyone? – AlwaysLearning Feb 05 '23 at 21:53
  • This is news to me. I did not think about forking it before. – Sherif Feb 06 '23 at 11:26

0 Answers0