I am creating a migration script for the MDB database. In this migration i need to add some Tables in the MDB. This script is written in Java and i am able to create Table with Column Names and their field types but i am not able to put other properties like Input Mask and length etc.
Lets say i need to put input mask called "Password" on column of type Text. How this can be done through Java.
Thanks