[Gambas-user] Specifying NOT NULL on adding Index (gb.db)

T Lee Davidson t.lee.davidson at gmail.com
Sat May 7 15:45:51 CEST 2022


On 5/7/22 05:24, Safiur Rahman wrote:
> Hi
> I meant to put option to specify NOT NULL while creating fields.
> 
> .Table.Fields.Add (gb.db)
> Sub Add ( Name As String, Type As Integer [ , Length As Integer, Default As Variant, Collation As String ] )
> 
> should have an option to specify NOT NULL
> 
> The index will be NULL or NOT NULL accordingly
> 

Looking at the code, I don't see a property defined for NULL / NOT NULL.

Perhaps submit a feature request on the Bug Tracker.


-- 
Lee


More information about the User mailing list