How to create cross-scoped columns with Fluent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
14 hours ago
I'm having some issues defining the correct schema for creating columns cross-scope using Fluent syntax (the column is in my scoped app, but exists on an OOB or other table).
I distinctly remember getting this to work using the forced typecast prescribed in the docs. The documentation states:
"Note: To add columns to an existing table in a different application scope, you can provide the name of the table without the application scope followed by as any. The column names must begin with the application scope instead."
However, this seems to have stopped working (at least for me) with the new 4.0.0 update.
What exactly is the correct approach for defining a column in a differently scoped table? Examples would be appreciated.