You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving column with a date or when using @CreateDateColumn or @UpdateDateColumn, it saves in this format: 2017-1-8 00:57:4 and sqlite doesn't like that (DATETIME('2017-1-8 00:57:4') returns null). Not sure how about other databases.
Activity